Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Bumps the testing group with 2 updates: net.javacrumbs.json-unit:json-unit-assertj and org.junit:junit-bom.

Updates net.javacrumbs.json-unit:json-unit-assertj from 4.1.1 to 5.1.0

Changelog

Sourced from net.javacrumbs.json-unit:json-unit-assertj's changelog.

5.1.0 (2025-11-14)

  • Added BOM module #994
  • Dependency updates (especially Spring 7.0.0)

5.0.0 (2025-10-13)

  • Jackson 3 support
  • Kotest 6 support
  • Spring RestTestClient support with Java and Kotlin DSL
  • (Breaking) Removed deprecated fluent assertions API
  • Hamcrest dependency made optional
  • Migrated to JSpecify (please report if it breaks anything)
  • Dependency updates
Commits
  • d5bdcd7 [maven-release-plugin] prepare release json-unit-parent-5.1.0
  • 88b0fe3 Bump spring.version from 7.0.0-RC3 to 7.0.0 (#1001)
  • 5e8d59b Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 (#1000)
  • 3b8e02a Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 (#997)
  • a03ca89 Bump tools.jackson.core:jackson-databind from 3.0.1 to 3.0.2 (#999)
  • e3e136d Refactor removeNullExtraKeysWhereNeeded
  • eb34861 #994 Add BOM (#996)
  • 5b70f39 Bump com.uber.nullaway:nullaway from 0.12.11 to 0.12.12 (#993)
  • e118894 Bump com.jayway.jsonpath:json-path from 2.9.0 to 2.10.0 (#991)
  • 77426ca Bump spring.version from 7.0.0-RC2 to 7.0.0-RC3 (#989)
  • Additional commits viewable in compare view

Updates org.junit:junit-bom from 5.13.4 to 6.0.1

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-M2...r6.0.0-RC1

JUnit 6.0.0-M2 = Platform 6.0.0-M2 + Jupiter 6.0.0-M2 + Vintage 6.0.0-M2

See Release Notes.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 19, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/testing-d75f4f36e8 branch from 1807d72 to 7ffd7e0 Compare November 24, 2025 05:42
Bumps the testing group with 2 updates: [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) and [org.junit:junit-bom](https://github.com/junit-team/junit-framework).


Updates `net.javacrumbs.json-unit:json-unit-assertj` from 4.1.1 to 5.1.0
- [Changelog](https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md)
- [Commits](lukas-krecan/JsonUnit@json-unit-parent-4.1.1...json-unit-parent-5.1.0)

Updates `org.junit:junit-bom` from 5.13.4 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.4...r6.0.1)

---
updated-dependencies:
- dependency-name: net.javacrumbs.json-unit:json-unit-assertj
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: testing
- dependency-name: org.junit:junit-bom
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/testing-d75f4f36e8 branch from 7ffd7e0 to 99bf576 Compare December 1, 2025 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant